func github.com/andybalholm/brotli.emitDistance

3 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L191: func emitDistance(distance uint32, commands *[]uint32) {
		compress_fragment_two_pass.go#L348: 					emitDistance(uint32(distance), commands)
		compress_fragment_two_pass.go#L405: 				emitDistance(uint32(last_distance), commands)